
//------------------------------------------------------------------------------
//  Last updated:   11/07/03
//  Author:         Dennis Passmore
//  Company:        Ultimate Software, Inc.
//  Contact info:   dennis_passmore@ultimatesoftware.com
//
//  Compatibility:  Delphi 8 for .NET
//
//  Description:    NT Service application and WinForm Client which
//                  use HTTP and TCP/IP communications via .NET Remoting
//
//------------------------------------------------------------------------------

Project source file HTTPService.dpr is the NT Service application using HTTP
Project source file HTTPClient.dpr is the WinForm Client demo using HTTP

Project source file TCPService.dpr is the NT Service application using TCP
Project source file TCPClient.dpr is the WinForm Client demo using TCP

After building the applications with Delphi for .NET you must then install the
HTTPService.exe/TCPService.exe using application named InstallUtil.exe which is
installed as part of the Microsoft .NET Framework.

NOTE: If the HTTPService.exe/TCPService.exe are compiled on a machine with 
Microsoft .NET Framework v1.1 installed then it must be installed with the 
InstallUtil.exe from Microsoft NET Framework v1.1. If Microsoft .NET Framework 
v1.0 is installed on the PC the InstallUtil.exe from v1.0 will not install it 
correctly.

The default Port as are used by the HTTPService.exe/TCPService.exe are defined 
in the file HTTPService.exe.config/TCPService.exe.config files.


